[INFO] cloning repository https://github.com/jackssrt/pengui-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackssrt/pengui-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackssrt%2Fpengui-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackssrt%2Fpengui-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0c716b674de90162a0260f79049872db09c704b
[INFO] fixing jackssrt/pengui-server against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackssrt%2Fpengui-server" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jackssrt/pengui-server
[INFO] finished tweaking git repo https://github.com/jackssrt/pengui-server
[INFO] tweaked toml for git repo https://github.com/jackssrt/pengui-server written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jackssrt/pengui-server on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jackssrt/pengui-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-sqlite v0.9.0-alpha.1
[INFO] [stderr]   Downloaded axum-client-ip v1.3.1
[INFO] [stderr]   Downloaded client-ip v0.2.1
[INFO] [stderr]   Downloaded sqlx-mysql v0.9.0-alpha.1
[INFO] [stderr]   Downloaded signal-hook-tokio v0.4.0
[INFO] [stderr]   Downloaded sqlx-macros v0.9.0-alpha.1
[INFO] [stderr]   Downloaded sqlx-macros-core v0.9.0-alpha.1
[INFO] [stderr]   Downloaded axum-extra v0.12.5
[INFO] [stderr]   Downloaded sqlx-core v0.9.0-alpha.1
[INFO] [stderr]   Downloaded sqlx-postgres v0.9.0-alpha.1
[INFO] [stderr]   Downloaded sqlx v0.9.0-alpha.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d
[INFO] running `Command { std: "docker" "start" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking client-ip v0.2.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking libyaml-rs v0.3.0
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking signal-hook-tokio v0.4.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking yaml_serde v0.10.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking sqlx-core v0.9.0-alpha.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking sqlx-mysql v0.9.0-alpha.1
[INFO] [stderr]     Checking axum-client-ip v1.3.1
[INFO] [stderr]     Checking axum-extra v0.12.5
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0-alpha.1
[INFO] [stderr]    Compiling sqlx-macros v0.9.0-alpha.1
[INFO] [stderr]     Checking sqlx v0.9.0-alpha.1
[INFO] [stderr]     Checking pengui-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |   ...   (None, None) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 110 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 111 | | ...   FROM chatMessages cm
[INFO] [stdout] 112 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | ...   LIMIT ?) ORDER BY 9
[INFO] [stdout] 126 | | ...   ", state.config.game_name, global_message_limit).fetch(&state.database.pool),
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:127:42
[INFO] [stdout]     |
[INFO] [stdout] 127 |   ...   (None, Some(last_message_id)) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 128 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 129 | | ...   FROM chatMessages cm
[INFO] [stdout] 130 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | | ...   LIMIT ?) ORDER BY 9
[INFO] [stdout] 145 | | ...   ", state.config.game_name, last_message_id.0.as_ref(), global_message_limit).fetch(&state.database.pool),
[INFO] [stdout]     | |__________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |   ...   (Some(party_id), None) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 147 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 148 | | ...   FROM chatMessages cm
[INFO] [stdout] 149 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | ...   ORDER BY 9
[INFO] [stdout] 181 | | ...   ", state.config.game_name, global_message_limit, state.config.game_name, party_id.0, party_message_limit).fetch(&state.data...
[INFO] [stdout]     | |_______________________________________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:182:52
[INFO] [stdout]     |
[INFO] [stdout] 182 |           (Some(party_id), Some(last_message_id)) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 183 | |         (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_locations, cm.x, cm.y, cm.contents, c...
[INFO] [stdout] 184 | |         FROM chatMessages cm
[INFO] [stdout] 185 | |             JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |         ORDER BY 9
[INFO] [stdout] 219 | |     ", state.config.game_name, last_message_id.0.as_ref(), global_message_limit, state.config.game_name, last_message_id.0.as_ref(), party_id.0, party_message_limit).fe...
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 | /             sqlx::query_as!(
[INFO] [stdout] 263 | |                 PlayerRow,
[INFO] [stdout] 264 | |                 "SELECT DISTINCT
[INFO] [stdout] 265 | |                 pd.uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 290 | |                 last_timestamp
[INFO] [stdout] 291 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 | /             sqlx::query_as!(
[INFO] [stdout] 296 | |                 PlayerRow,
[INFO] [stdout] 297 | |                 "SELECT DISTINCT
[INFO] [stdout] 298 | |                 pd.uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |                 party_id.0
[INFO] [stdout] 327 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:357:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | /     sqlx::query!(
[INFO] [stdout] 358 | |         "DELETE FROM chatMessages WHERE timestamp < DATE_SUB(UTC_TIMESTAMP(), INTERVAL 1 DAY)"
[INFO] [stdout] 359 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/party/ids.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT partyId FROM partyMembers where uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/badge.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT badge FROM accounts WHERE uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/badge_slots.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |           let record = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 18 | |             "SELECT badgeSlotRows, badgeSlotCols FROM accounts WHERE uuid = ?",
[INFO] [stdout] 19 | |             player_uuid.0
[INFO] [stdout] 20 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |           let query = sqlx::query!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 15 | |             "SELECT uuid FROM playerSessions WHERE sessionId = ? AND NOW() < expiration",
[INFO] [stdout] 16 | |             token
[INFO] [stdout] 17 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let query = sqlx::query!("SELECT uuid FROM players WHERE ip = ?", ip)
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | /             sqlx::query!(
[INFO] [stdout] 36 | |                 "INSERT INTO players (ip, uuid, banned) VALUES (?, ?, ?)",
[INFO] [stdout] 37 | |                 ip,
[INFO] [stdout] 38 | |                 uuid.0,
[INFO] [stdout] 39 | |                 false
[INFO] [stdout] 40 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/locations.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |   ...   Ok(Self(sqlx::query!(
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 20 | | ...       "SELECT gl.id FROM playerGameLocations pgl JOIN gameLocations gl ON gl.id = pgl.locationId AND gl.game = ? WHERE pgl.uui...
[INFO] [stdout] 21 | | ...       &state.config.game_name,
[INFO] [stdout] 22 | | ...       player_uuid.0,
[INFO] [stdout] 23 | | ...   ).fetch(&state.database.pool).map(|result| result.map(|record| LocationId(record.id))).try_collect().await?))
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/medal.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |   ...   let query = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 27 | | ...       "SELECT medalCountBronze, medalCountSilver, medalCountGold, medalCountPlatinum, medalCountDiamond FROM playerGameData WH...
[INFO] [stdout] 28 | | ...       player_uuid.0,
[INFO] [stdout] 29 | | ...   ).fetch_optional(&state.database.pool).await?;
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/moderation_status.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 28 | |             "SELECT muted, banned FROM players WHERE uuid = ?",
[INFO] [stdout] 29 | |             uuid.0,
[INFO] [stdout] 30 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/name.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT user FROM accounts WHERE uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0,
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |   ...   (None, None) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 110 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 111 | | ...   FROM chatMessages cm
[INFO] [stdout] 112 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 125 | | ...   LIMIT ?) ORDER BY 9
[INFO] [stdout] 126 | | ...   ", state.config.game_name, global_message_limit).fetch(&state.database.pool),
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/rank.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             sqlx::query!("SELECT `rank` FROM players WHERE uuid = ?", uuid.0)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/relations/blocked_users.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | /             sqlx::query!(
[INFO] [stdout] 21 | |                 "SELECT targetUuid FROM playerBlocks where uuid = ?",
[INFO] [stdout] 22 | |                 player_uuid.0
[INFO] [stdout] 23 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/screenshot_limit.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 13 | |             "SELECT screenshotLimit FROM accounts WHERE uuid = ?",
[INFO] [stdout] 14 | |             player_uuid.0
[INFO] [stdout] 15 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:127:42
[INFO] [stdout]     |
[INFO] [stdout] 127 |   ...   (None, Some(last_message_id)) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  ________________________________________^
[INFO] [stdout] 128 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 129 | | ...   FROM chatMessages cm
[INFO] [stdout] 130 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | | ...   LIMIT ?) ORDER BY 9
[INFO] [stdout] 145 | | ...   ", state.config.game_name, last_message_id.0.as_ref(), global_message_limit).fetch(&state.database.pool),
[INFO] [stdout]     | |__________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/player.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 | / ...   sqlx::query!(
[INFO] [stdout] 134 | | ...       "INSERT INTO playerGameData (uuid, game, online) VALUES (?, ?, 1) ON DUPLICATE KEY UPDATE online = 1, timestampLastActi...
[INFO] [stdout] 135 | | ...       uuid.0,
[INFO] [stdout] 136 | | ...       state.config.game_name
[INFO] [stdout] 137 | | ...   ).execute(&state.database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |   ...   (Some(party_id), None) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 147 | | ...   (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_...
[INFO] [stdout] 148 | | ...   FROM chatMessages cm
[INFO] [stdout] 149 | | ...       JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | | ...   ORDER BY 9
[INFO] [stdout] 181 | | ...   ", state.config.game_name, global_message_limit, state.config.game_name, party_id.0, party_message_limit).fetch(&state.data...
[INFO] [stdout]     | |_______________________________________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:182:52
[INFO] [stdout]     |
[INFO] [stdout] 182 |           (Some(party_id), Some(last_message_id)) => sqlx::query_as!(MessageHistoryRow, "
[INFO] [stdout]     |  ____________________________________________________^
[INFO] [stdout] 183 | |         (SELECT cm.msgId as message_id, cm.uuid, cm.mapId as map_id, cm.prevMapId as previous_map_id, cm.prevLocations as previous_locations, cm.x, cm.y, cm.contents, c...
[INFO] [stdout] 184 | |         FROM chatMessages cm
[INFO] [stdout] 185 | |             JOIN players pd ON pd.uuid = cm.uuid
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |         ORDER BY 9
[INFO] [stdout] 219 | |     ", state.config.game_name, last_message_id.0.as_ref(), global_message_limit, state.config.game_name, last_message_id.0.as_ref(), party_id.0, party_message_limit).fe...
[INFO] [stdout]     | |_____________________________________________________________________________________________________________________________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 | /             sqlx::query_as!(
[INFO] [stdout] 263 | |                 PlayerRow,
[INFO] [stdout] 264 | |                 "SELECT DISTINCT
[INFO] [stdout] 265 | |                 pd.uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 290 | |                 last_timestamp
[INFO] [stdout] 291 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 | /             sqlx::query_as!(
[INFO] [stdout] 296 | |                 PlayerRow,
[INFO] [stdout] 297 | |                 "SELECT DISTINCT
[INFO] [stdout] 298 | |                 pd.uuid,
[INFO] [stdout] ...   |
[INFO] [stdout] 326 | |                 party_id.0
[INFO] [stdout] 327 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/chat/history.rs:357:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | /     sqlx::query!(
[INFO] [stdout] 358 | |         "DELETE FROM chatMessages WHERE timestamp < DATE_SUB(UTC_TIMESTAMP(), INTERVAL 1 DAY)"
[INFO] [stdout] 359 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/room/client/../../../key.bin`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/room/client/cryptography.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | const PSK: &[u8] = include_bytes!("../../../key.bin");
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/party/ids.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT partyId FROM partyMembers where uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/badge.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT badge FROM accounts WHERE uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/badge_slots.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |           let record = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 18 | |             "SELECT badgeSlotRows, badgeSlotCols FROM accounts WHERE uuid = ?",
[INFO] [stdout] 19 | |             player_uuid.0
[INFO] [stdout] 20 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |           let query = sqlx::query!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 15 | |             "SELECT uuid FROM playerSessions WHERE sessionId = ? AND NOW() < expiration",
[INFO] [stdout] 16 | |             token
[INFO] [stdout] 17 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |         let query = sqlx::query!("SELECT uuid FROM players WHERE ip = ?", ip)
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/ids.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | /             sqlx::query!(
[INFO] [stdout] 36 | |                 "INSERT INTO players (ip, uuid, banned) VALUES (?, ?, ?)",
[INFO] [stdout] 37 | |                 ip,
[INFO] [stdout] 38 | |                 uuid.0,
[INFO] [stdout] 39 | |                 false
[INFO] [stdout] 40 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/locations.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |   ...   Ok(Self(sqlx::query!(
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 20 | | ...       "SELECT gl.id FROM playerGameLocations pgl JOIN gameLocations gl ON gl.id = pgl.locationId AND gl.game = ? WHERE pgl.uui...
[INFO] [stdout] 21 | | ...       &state.config.game_name,
[INFO] [stdout] 22 | | ...       player_uuid.0,
[INFO] [stdout] 23 | | ...   ).fetch(&state.database.pool).map(|result| result.map(|record| LocationId(record.id))).try_collect().await?))
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/medal.rs:26:21
[INFO] [stdout]    |
[INFO] [stdout] 26 |   ...   let query = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 27 | | ...       "SELECT medalCountBronze, medalCountSilver, medalCountGold, medalCountPlatinum, medalCountDiamond FROM playerGameData WH...
[INFO] [stdout] 28 | | ...       player_uuid.0,
[INFO] [stdout] 29 | | ...   ).fetch_optional(&state.database.pool).await?;
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/moderation_status.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 28 | |             "SELECT muted, banned FROM players WHERE uuid = ?",
[INFO] [stdout] 29 | |             uuid.0,
[INFO] [stdout] 30 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/name.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 19 | |             "SELECT user FROM accounts WHERE uuid = ?",
[INFO] [stdout] 20 | |             player_uuid.0,
[INFO] [stdout] 21 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/rank.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             sqlx::query!("SELECT `rank` FROM players WHERE uuid = ?", uuid.0)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/relations/blocked_users.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | /             sqlx::query!(
[INFO] [stdout] 21 | |                 "SELECT targetUuid FROM playerBlocks where uuid = ?",
[INFO] [stdout] 22 | |                 player_uuid.0
[INFO] [stdout] 23 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/player/screenshot_limit.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |           Ok(sqlx::query!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 13 | |             "SELECT screenshotLimit FROM accounts WHERE uuid = ?",
[INFO] [stdout] 14 | |             player_uuid.0
[INFO] [stdout] 15 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/player.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 | / ...   sqlx::query!(
[INFO] [stdout] 134 | | ...       "INSERT INTO playerGameData (uuid, game, online) VALUES (?, ?, 1) ON DUPLICATE KEY UPDATE online = 1, timestampLastActi...
[INFO] [stdout] 135 | | ...       uuid.0,
[INFO] [stdout] 136 | | ...       state.config.game_name
[INFO] [stdout] 137 | | ...   ).execute(&state.database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/room/client/../../../key.bin`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/room/client/cryptography.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | const PSK: &[u8] = include_bytes!("../../../key.bin");
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/room/minigame.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | /     sqlx::query_scalar!(
[INFO] [stdout] 81 | |         "SELECT score FROM playerMinigameScores WHERE uuid = ? AND minigameId = ?",
[INFO] [stdout] 82 | |         player_uuid,
[INFO] [stdout] 83 | |         minigame_id
[INFO] [stdout] 84 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/room/minigame.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | / ...   sqlx::query!(
[INFO] [stdout] 106 | | ...       "UPDATE playerMinigameScores SET score = ?, timestampCompleted = CURRENT_TIMESTAMP() WHERE uuid = ? AND game = ? AND mi...
[INFO] [stdout] 107 | | ...       score,
[INFO] [stdout] 108 | | ...       player_uuid,
[INFO] [stdout] 109 | | ...       &config.game_name,
[INFO] [stdout] 110 | | ...       minigame_id,
[INFO] [stdout] 111 | | ...   ).execute(&database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/room/minigame.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...   sqlx::query!("INSERT INTO playerMinigameScores (uuid, game, minigameId, score, timestampCompleted) VALUES (?, ?, ?, ?, CURRENT_TIMESTAMP())", player_uuid,&config.game_name, minigame_id, score ).ex...
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/room/minigame.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | /     sqlx::query_scalar!(
[INFO] [stdout] 81 | |         "SELECT score FROM playerMinigameScores WHERE uuid = ? AND minigameId = ?",
[INFO] [stdout] 82 | |         player_uuid,
[INFO] [stdout] 83 | |         minigame_id
[INFO] [stdout] 84 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/room/minigame.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | / ...   sqlx::query!(
[INFO] [stdout] 106 | | ...       "UPDATE playerMinigameScores SET score = ?, timestampCompleted = CURRENT_TIMESTAMP() WHERE uuid = ? AND game = ? AND mi...
[INFO] [stdout] 107 | | ...       score,
[INFO] [stdout] 108 | | ...       player_uuid,
[INFO] [stdout] 109 | | ...       &config.game_name,
[INFO] [stdout] 110 | | ...       minigame_id,
[INFO] [stdout] 111 | | ...   ).execute(&database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/room/minigame.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...   sqlx::query!("INSERT INTO playerMinigameScores (uuid, game, minigameId, score, timestampCompleted) VALUES (?, ?, ?, ?, CURRENT_TIMESTAMP())", player_uuid,&config.game_name, minigame_id, score ).ex...
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | /         sqlx::query!(
[INFO] [stdout] 102 | |             "UPDATE playerGameData SET lastGlobalMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 103 | |             last_global_message_id.0,
[INFO] [stdout] 104 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 105 | |             state.config.game_name,
[INFO] [stdout] 106 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/server/api/handlers/chat_history.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         sqlx::query!(
[INFO] [stdout] 112 | |             "UPDATE playerGameData SET lastPartyMsgId = ? WHERE uuid = ? AND game = ?",
[INFO] [stdout] 113 | |             last_party_message_id.0,
[INFO] [stdout] 114 | |             player_uuid.0.as_ref(),
[INFO] [stdout] 115 | |             state.config.game_name,
[INFO] [stdout] 116 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/server/state/database.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | /         sqlx::query!(
[INFO] [stdout] 22 | |             "UPDATE playerGameData SET online = 0 WHERE game = ? and online = 1",
[INFO] [stdout] 23 | |             config.game_name
[INFO] [stdout] 24 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/session/client/state.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | / ...   query!(
[INFO] [stdout] 288 | | ...       "INSERT INTO chatMessages (msgId, game, uuid, mapId, prevMapId, prevLocations, x, y, contents) VALUES (?, ?, ?, ?, ?, ?...
[INFO] [stdout] 289 | | ...       message_id.0,
[INFO] [stdout] 290 | | ...       self.state.config.game_name,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | ...       content,
[INFO] [stdout] 298 | | ...   ).execute(&self.state.database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/server/state/database.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | /         sqlx::query!(
[INFO] [stdout] 22 | |             "UPDATE playerGameData SET online = 0 WHERE game = ? and online = 1",
[INFO] [stdout] 23 | |             config.game_name
[INFO] [stdout] 24 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/session/client/state.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 | / ...   query!(
[INFO] [stdout] 288 | | ...       "INSERT INTO chatMessages (msgId, game, uuid, mapId, prevMapId, prevLocations, x, y, contents) VALUES (?, ?, ?, ?, ?, ?...
[INFO] [stdout] 289 | | ...       message_id.0,
[INFO] [stdout] 290 | | ...       self.state.config.game_name,
[INFO] [stdout] ...   |
[INFO] [stdout] 297 | | ...       content,
[INFO] [stdout] 298 | | ...   ).execute(&self.state.database.pool).await?;
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pengui-server` (bin "pengui-server" test) due to 33 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pengui-server` (bin "pengui-server") due to 33 previous errors
[INFO] running `Command { std: "docker" "inspect" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d", kill_on_drop: false }`
[INFO] [stdout] e871ee29b4e533a30c0f611aa16298d949f6b67890b444f953f8e0e96c29bb8d
